home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / cenviw1.zip / ICONS.CMM < prev    next >
Text File  |  1993-08-05  |  268b  |  8 lines

  1. // Icons.cmm - Tiny Cmm sample file that calls PostMessage() in the
  2. //             Windows User DLL (via Message.lib) to tell all windows
  3. //             to minimize (iconasize).
  4.  
  5. #include "Message.lib"
  6.  
  7. PostMessage(HWND_BROADCAST,WM_SYSCOMMAND,SC_MINIMIZE,0);
  8.